home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Format 1994 October
/
Macformat17.cdr
/
Shareware City
/
Sound
/
juno-librarian-108
/
JUNO Librarian 1.0.8
/
Sample Scripts
/
16 Change DCO Range
< prev
next >
Wrap
Text File
|
1994-07-11
|
302b
|
14 lines
tell application "JUNO Librarian"
activate -- if needed
set x to Parameter 16 of Window "Sample"
set x to (round (x ÷ 8) rounding down)
set x to x * 8
-- select 1 of 3
-- set x to x + 1 -- 16"
-- set x to x + 2 -- 8"
set x to x + 4 -- 4"
copy x to Parameter 16 of Window "Sample"
end tell